socketio
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[jvm]ConnectionState
Connection
State
jvm
sealed
interface
ConnectionState
Inheritors
Disconnected
Connecting
Connected
Reconnecting
Failed
Members
Types
Connected
Link copied to clipboard
jvm
data
object
Connected
:
ConnectionState
Connecting
Link copied to clipboard
jvm
data
object
Connecting
:
ConnectionState
Disconnected
Link copied to clipboard
jvm
data
object
Disconnected
:
ConnectionState
Failed
Link copied to clipboard
jvm
data
class
Failed
(
val
error
:
SocketError
)
:
ConnectionState
Reconnecting
Link copied to clipboard
jvm
data
class
Reconnecting
(
val
attempt
:
Int
)
:
ConnectionState